dsh-llm-codex-app-server: Registering Local Codex App Server as a DSH Main Model Provider

`dsh-llm-codex-app-server` is a DeepSeek Harness LLM Provider plugin designed to integrate a locally authenticated Codex App Server into DSH's agent loop. This plugin is compatible with DSH versions `>=0.1.2-alpha.1 <0.2.0` and is an out-of-tree bundle, meaning it does not modify the core repository after installation. Its core capabilities include registering `codex-local` as the primary model Provider, reusing the local `CODEX_HOME` authentication state without storing secrets, and supporting session reuse, cold-start context recovery, tool call mapping, and exposing `harness_skill`. The plugin can integrate Codex

Read More
codex-plugin-dsh: Using Native Codex as a Local Provider in DeepSeek Harness

`codex-plugin-dsh` is an MIT-licensed plugin maintained by wingoo, designed to integrate the locally logged-in Codex as a local model provider into DeepSeek Harness (DSH). This plugin eliminates the need for configuring an OpenAI API Key when using Codex within DSH while preserving DSH's native session, plugin, and tool management capabilities. After installation and restart, users can select `Codex App Server (local)` from the model selector. The plugin supports image input and writes back Codex's native image generation results. For security, the plugin enforces the App Server to use a read-only sandbox and a deny-by-default approval mode, disabling Codex

Read More